home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / GraphicViewers / Motion / Motion.app / English.lproj / movie.nib / data.classes next >
Text File  |  1993-09-10  |  527b  |  41 lines

  1. Movie = {
  2.     ACTIONS = {
  3.     resume:;
  4.     pause:;
  5.     playOnce:;
  6.     stopTimer:;
  7.     gotoPreviousFrame:;
  8.     stop:;
  9.     animate:;
  10.     takeFramesPerSecondFrom:;
  11.     cash:;
  12.     cashInNewThread:;
  13.     gotoLastFrame:;
  14.     gotoFirstFrame:;
  15.     gotoFrameTakenFrom:;
  16.     gotoNextFrame:;
  17.     startTimer:;
  18.     play:;
  19.     };
  20.     OUTLETS = {
  21.     delegate;
  22.     frameList;
  23.     };
  24.     SUPERCLASS = View;
  25. };
  26. MovieController = {
  27.     ACTIONS = {
  28.     open:;
  29.     };
  30.     OUTLETS = {
  31.     speed;
  32.     movie;
  33.     };
  34.     SUPERCLASS = Object;
  35. };
  36. FirstResponder = {
  37.     ACTIONS = {
  38.     };
  39.     SUPERCLASS = Object;
  40. };
  41.